Mup Markup for EveryoneBase class for all parse tree visitors that eventually provide a result that is stored in memory (e.g. a string or a MemoryStream).
Base type: ParseTreeVisitor.
This is an abstract class.
The type which is constructed after visitng a parse tree.
| Name | Access Modifier | Summary |
|---|---|---|
| ParseTreeVisitor() | protected |
Initializes a new instance of the ParseTreeVisitor<TResult> class. |
| Name | Access Modifier | Summary |
|---|---|---|
| GetResult() | protected |
Gets the visitor result. This method is called only after the visit operation completes. |
Mup Copyright © 2020 Andrei Fangli